TelNet - traduzione in Inglese
Diclib.com
Dizionario ChatGPT
Inserisci una parola o una frase in qualsiasi lingua 👆
Lingua:

Traduzione e analisi delle parole tramite l'intelligenza artificiale ChatGPT

In questa pagina puoi ottenere un'analisi dettagliata di una parola o frase, prodotta utilizzando la migliore tecnologia di intelligenza artificiale fino ad oggi:

  • come viene usata la parola
  • frequenza di utilizzo
  • è usato più spesso nel discorso orale o scritto
  • opzioni di traduzione delle parole
  • esempi di utilizzo (varie frasi con traduzione)
  • etimologia

TelNet - traduzione in Inglese

NETWORK PROTOCOL FOR BIDIRECTIONAL COMMUNICATION USING A VIRTUAL TERMINAL CONNECTION
Telnetd; Port 23; TELNET
  • left

telnet         
(n.) = telnet

Def: En Internet, programa utilizado para conectarse desde un ordenador a otro a través de Internet.
Ex: Telnet is the command and program used to login from one Internet site to another.
----
* Telnet-accesible site = centro accesible mediante Telnet
* Telnet site = servidor Telnet
telnet         
verb
comunicarse via telnet
TelNet         
Tele red

Definizione

TELNET
/tel'net/ 1. The Internet standard protocol for remote login. Runs on top of TCP/IP. Defined in STD 8, {RFC 854} and extended with options by many other RFCs. Unix BSD networking software includes a program, telnet, which uses the protocol and acts as a terminal emulator for the remote login session. Sometimes abbreviated to TN. TOPS-10 had a similar program called IMPCOM. 2. The US nationwide network into which one dials to access CompuServe. It was created by John Goltz, one of the founders and system guru of CompuServe. He later worked for Tymshare, one of CompuServe's big competitors. [Jargon File] (2004-09-14)

Wikipedia

Telnet

Telnet (short for "teletype network") is a client/server application protocol that provides access to virtual terminals of remote systems on local area networks or the Internet. Telnet consists of two components: (1) the protocol itself which specifies how two parties to communicate and (2) the software application that provides the service. User data is interspersed in-band with Telnet control information in an 8-bit byte oriented data connection over the Transmission Control Protocol (TCP). Telnet was developed in 1969 beginning with RFC 15, extended in RFC 855, and standardized as Internet Engineering Task Force (IETF) Internet Standard STD 8, one of the first Internet standards. Telnet transmits all information including usernames and passwords in plaintext so it is not recommended for security-sensitive applications such as remote management of routers. Telnet's use for this purpose has waned significantly in favor of SSH. Some extensions to Telnet which would provide encryption have been proposed.